
beginoutdoorscript;

variables;
int i,b,c,d,j,k,r1,choice;

body;

// THIS OUTDOOR SCRIPT IS FOR THE OUTDOOR AREA CONTAINING THE BRIDGE AND THE CAVE CRYSTALS

beginstate 0;
break;

beginstate 2;
break;

beginstate 15;
if (get_flag(9,19) == 1) end();
message_dialog("It looks as if things might be stranger in this valley than you'd expected, even with Vahnatai.","A large section of the terrain is dotted in cave-growing... 'things'. Trees and crystals loom over a cave floor and the surrounding grassy area.");
message_dialog("It looks as if things are worse, a LOT worse, than you'd feared.","The valley is coming apart with the magical powers being used upon it!");
set_flag(9,19,1);
break;

beginstate 17;
if (get_flag(19,17) == 1) end();
message_dialog("You walk calmly onto the bridge, and then you see movement ahead - lots of it. Worried you slow down to investigate.","Whatever it is, it's big, and probably very dangerous. You creep slowly forwards.");
set_flag(19,17,1);
break;